-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: MkInputをジェネリックコンポーネントにする #15345
base: develop
Are you sure you want to change the base?
fix: MkInputをジェネリックコンポーネントにする #15345
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #15345 +/- ##
============================================
- Coverage 41.74% 19.85% -21.89%
============================================
Files 1549 764 -785
Lines 196555 111048 -85507
Branches 2767 1302 -1465
============================================
- Hits 82055 22053 -60002
+ Misses 113939 88413 -25526
- Partials 561 582 +21 ☔ View full report in Codecov by Sentry. |
MkInputのtype属性に関してはwithDefaultsを使ってむしろデフォルトvalueをtextにしてしまう手もあると思うのですがどうでしょうか…?(現在と変わらない使い勝手で型エラーを減らせるはず、かつ同時並行で動いているPRが死なないと思うのですが) |
|
This reverts commit 42fcdaa.
たぶんできた |
What
MkInput
をジェネリックコンポーネントにしてupdate:modelValue
イベントの値の型がtype
プロパティに合うように変更MkInput
を使用してる箇所で省略されていたtype="text"
を追加して型エラーを低減Why
#15173 (comment) 関連
Additional info (optional)
Checklist